home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1997 July
/
macformat52.iso
/
mac
/
Resources
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
MakePicker
< prev
Wrap
Text File
|
1994-07-15
|
664b
|
36 lines
# MakeFile - Make instructions for the ResEdit ICON picker.
#
# Copyright Apple Computer, Inc. 1986-1991
# All rights reserved.
#
# This makefile builds:
# The ICON Resource Picker
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{CLibraries}"StdCLib.o∂
"{Libraries}"Runtime.o ∂
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o ∂
{obj}ResDisp.a.o
# Link the ICON picker
"{OutFile}" ƒƒ {obj}Icon.Pick.c.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} ∂
{obj}Icon.Pick.c.o ∂
{sysLibs} ∂
-da -w -rt RSSC=128 ∂
-sg ICON ∂
-o "{OutFile}"
{obj} ƒ {source} {ResEditLibraries}